Skip to content

michenriksen/nmap-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Nmap NSE Scripts

A collection of Nmap NSE scripts that I made.

Scripts:

http-rails-xml-parser

This script sends a specially crafted XML body in a POST request to any detected web services to see if it is a Ruby on Rails server that is vulnerable to the recently discovered CVE-2013-0156 bug.

Usage:

$ nmap -sV --script http-rails-xml-parser <target>

http-apache-server-status

This script checks if a web server is serving the Apache Server Status page which might contain a lot of interesting information. Daniel Cid did some research and found big sites having the server-status page wide open to the public. Read more about it here.

Usage:

$ nmap -sV --script http-apache-server-status <target>

About

A collection of Nmap NSE scripts that I made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages